home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991: Code Warrior / bincue / Code Warrior.bin / Developer Essentials / DTS Sample Code / Snippets / Snippets Oct '91 / ! Oct. '91 Snippets List
Encoding:
Text File  |  1991-09-09  |  2.4 KB  |  41 lines  |  [TEXT/ttxt]

  1. Credits for October '91 Snippets:
  2. C.K. Haun, Bill Mitchell, Guillermo A. Ortiz, Craig Prouse, Greg Robbins, Steve Falkenburg, Jim Mensch, Kent Sandvik, Rich Collyer.
  3.  
  4. ===============
  5.  
  6. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  7.  
  8. AECDEV/AEDEAMON: This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the
  9. answer <grin>.
  10.  
  11. ColorCDEF:  This working sample defproc emulates the features of the standard button control for System 7.
  12.  
  13. DeleteDirectory:  This C routine will delete a subdirectory from a Macintosh volume, including any nested directories. It works in AppleShare as well as normal environments.
  14.  
  15. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  16.  
  17. Disk Icons:  This C routine calls disk drivers to retrieve icon information.
  18.  
  19. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  20.  
  21. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the same time.
  22.  
  23. LaunchWithDoc:  This is the smallest Launch application we could come up with; it launches an application with the 'odoc' (Open Documents) Apple event.
  24.  
  25. ledApp:  This is a faceless background task for System 7. It counts to 7 on an extended keyboard’s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  26.  
  27. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  28.  
  29. SetIndString:  This C function takes the same parameters as GetIndString but does the opposite: it sets a particular STR# string to the string that’s passed in.
  30.  
  31. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  32.  
  33. SndForEver:  This application demonstrates how to play a 'snd ' resource that has a loop in it.
  34.  
  35. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  36.  
  37. WavePlay:  This application makes a white noise wave table and plays a frequency through it; then it plays the same frequency through a square wave.
  38.  
  39. ===============
  40.  
  41.